home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / QD 3D Geometry Sample / Headers / MainWindow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-05  |  396 b   |  18 lines  |  [TEXT/MPCC]

  1.  
  2.  
  3.  
  4. #ifndef __MAINWINDOW__
  5. #define __MAINWINDOW__
  6.  
  7. //
  8. // Specific event handlers for 'Main' window.
  9. //
  10. void MainWindowDraw(WindowObjHndl obj, short depth);
  11. void MainWindowClick(WindowObjHndl obj, EventRecord *event, long message);
  12. void MainWindowKeys(WindowObjHndl obj, long message, short mods);
  13. void MainWindowNotify(WindowObjHndl obj, long message);
  14.  
  15.  
  16. Boolean Is3DWindow(WindowPtr win);
  17.  
  18. #endif